home *** CD-ROM | disk | FTP | other *** search
- Path: mail2news.demon.co.uk!genesis.demon.co.uk
- From: Lawrence Kirby <fred@genesis.demon.co.uk>
- Newsgroups: comp.lang.c
- Subject: Re: Connecting a process to a tty
- Date: Fri, 12 Apr 96 11:31:21 GMT
- Organization: none
- Message-ID: <829308681snz@genesis.demon.co.uk>
- References: <slrn44mrp31.ekr.sandforr@mcnet.marietta.edu>
- Reply-To: fred@genesis.demon.co.uk
- X-NNTP-Posting-Host: genesis.demon.co.uk
- X-Newsreader: Demon Internet Simple News v1.27
- X-Mail2News-Path: genesis.demon.co.uk
-
- In article <slrn44mrp31.ekr.sandforr@mcnet.marietta.edu>
- sandforr@mcnet.marietta.edu "Robert Sandford" writes:
-
- > I been working on a shell that a user telnets into through a port number for
- > example:
- >
- > telnet mycomputer 2150
- >
- > Once the user logs in they have a shell somewhat like csh. The problem I am
- > having is
- > starting a process that would connect to a tty so they can use write, talk and
- > other
- > programs that use pseudo-ttys. I can disconnect a process from a tty by using
- > ioctl
- > function but I am stumped on connecting or reconnecting a process back to a
- > tty.
-
- You're assking about things that have no meaning in the C language, and are
- only defined under Unix. Try comp.unix.programmer.
-
- --
- -----------------------------------------
- Lawrence Kirby | fred@genesis.demon.co.uk
- Wilts, England | 70734.126@compuserve.com
- -----------------------------------------
-